home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Inside Macworld / Product News / gimp-1.2.4.sit / gimp-1.2.4 / plug-ins / perl / configure.frag < prev    next >
Encoding:
Text File  |  2000-08-24  |  840 b   |  37 lines

  1. AC_CHECK_FUNCS(vsnprintf,AC_DEFINE(HAVE_VSNPRINTF),[
  2.    AC_MSG_WARN(vsnprintf not found.. I hope you are using gcc...)
  3. ])
  4.  
  5. AC_MSG_CHECKING(for intelligent life)
  6. AC_MSG_RESULT(not found)
  7.  
  8. dnl disable some warnings I don't want to see
  9. dnl disabled, since $GCC does not correspond to perl's $(CC)
  10. dnl if test "x$GCC" = xyes; then
  11. dnl    nowarn="-Wno-parentheses -Wno-unused -Wno-uninitialized"
  12. dnl    GIMP_CFLAGS="$GIMP_CFLAGS $nowarn"
  13. dnl    GIMP_CFLAGS_NOUI="$GIMP_CFLAGS_NOUI $nowarn"
  14. dnl fi
  15.  
  16. AC_SUBST(EXTENSIVE_TESTS)dnl from Makefile.PL
  17.  
  18. AC_SUBST(CPPFLAGS)
  19. AC_SUBST(CFLAGS)
  20. AC_SUBST(LDFLAGS)
  21. AC_SUBST(prefix)
  22.  
  23. AC_SUBST(IN_GIMP)
  24.  
  25. AC_SUBST(GIMP_CFLAGS)
  26. AC_SUBST(GIMP_CFLAGS_NOUI)
  27. AC_SUBST(GIMP_LIBS)
  28. AC_SUBST(GIMP_LIBS_NOUI)
  29. AC_SUBST(PERL)
  30. AC_SUBST(GIMP)
  31. AC_SUBST(GIMPTOOL)
  32. AC_SUBST(GIMP_CFLAGS)
  33. AC_SUBST(GIMP_LIBS)
  34. AC_CHECK_FUNCS(_exit)
  35.  
  36.  
  37.